CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迭代法 解线性方程组

搜索资源列表

  1. jisuanfangga

    0下载:
  2. 计算方法实验报告完整版 解线性方程组的迭代法-解线性方程组的迭代法
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:73270
    • 提供者:gaorui
  1. diedairoots

    0下载:
  2. 这是一个用迭代法解线性方程组的源代码-This is an iterative solution with the source code of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3935
    • 提供者:刘力力
  1. shili100

    0下载:
  2. 制作运用Broyden迭代法解线性方程组的用户界面-Making Broyden iteration method by solving linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:711
    • 提供者:岳翠翠
  1. shili99

    0下载:
  2. 制作运用Broyden迭代法解线性方程组的用户界面-Making use of Broyden iteration method for solving linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:705
    • 提供者:岳翠翠
  1. shili95

    0下载:
  2. 制作运用SOR迭代法解线性方程组的用户界面-Making use of SOR iterative method to solve linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:733
    • 提供者:岳翠翠
  1. JGS

    0下载:
  2. 用JGS迭代法解线性方程组,输入系数矩阵,精度,最大迭代次数-JGS iteration with solving linear equations, the input coefficient matrix, the precision, the maximum number of iterations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:714
    • 提供者:agan
  1. Gauss_Jordan

    0下载:
  2. 大型稀疏方程组的全选主元高斯-约当消去法,面对迭代法解线性方程组是会出现除数为0的情况,可用这种方法解决。-the face of iterative method for solving linear equations is zero divisor will be the case, can be resolved in this way.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1229428
    • 提供者:李宁
  1. diedai

    0下载:
  2. 迭代法解线性方程组,最基本简单的算法,大家可以自己试着去写。-Iterative method solving linear equations, the most basic simple algorithm,You can try to write.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:539
    • 提供者:lou
  1. Newton

    0下载:
  2. 牛顿迭代法解线性方程组,最简单直接的小算法,大家可以自己试着写!-Newton iterative method solving linear equations, the most direct and simple small algorithm, you can try to write!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:553
    • 提供者:lou
  1. iterative-method

    0下载:
  2. 利用c语言编写了迭代法解线性方程组的源程序,大大简化了计算量。-Use the C language source code of the iterative method for solving linear equations, which greatly simplify the calculation, suitable for solution of complex equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3539
    • 提供者:小样
  1. Jacobi

    0下载:
  2. 用jacobi迭代法解线性方程组,的matlab实现。M文件源代码。-Jacobi iterative method for solving linear equations, matlab implementation. M-file source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:562
    • 提供者:hello
  1. chengxu

    0下载:
  2. 列主元迭代法,J迭代法,高斯迭代法解线性方程组-Column main Gauss iterative method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1181
    • 提供者:何雅
  1. diedai1

    0下载:
  2. 用迭代法解线性方程组。程序功能比较简单 能实现10维以下方程组的迭代-Using iterative method solution system of linear equations 。program function is simple。Can realize 10 d the following equations iterative
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1620
    • 提供者:马也
  1. gauseid

    0下载:
  2. matlab矩阵计算 Gauss-Seidel迭代法解线性方程组-matlab matrix calculation Gauss-Seidel iteration method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:689
    • 提供者:pc
  1. 5

    0下载:
  2. 基于c的gauss-siedel与SOR迭代法解线性方程组的通用程序,并通过试探解给出最好的松弛因子。-C based on a common program of gauss-siedel and SOR iterative method for solving linear equations, and through trial solution gives the best relaxation factor.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1021
    • 提供者:
  1. euler

    0下载:
  2. 牛顿高斯迭代法解线性方程组与非线性方程,数值计算小程序。-Gauss Newton iterative method for solving linear equations and nonlinear equations, numerical applet.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:587
    • 提供者:吴桐
  1. Newton-Iterative

    0下载:
  2. 用C++语言实现牛顿迭代法解线性方程组,是C++控制台程序,基于VS2010。-To realize the Newton iterative method for solving equations by using C++ language.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:764132
    • 提供者:张海涛
  1. yakobi

    0下载:
  2. 用雅可比迭代法解线性方程组,需要自己用矩阵的方式输入相应的值,程序可能需要一些修改-Jacobian iterative method for solving linear equations, you need to enter the appropriate matrix value of the way, the program may need some changes
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:710147
    • 提供者:袁玉勋
  1. SOR

    0下载:
  2. 逐次超松弛迭代法解线性方程组的matlab命令程序-SOR iterative method for solving linear equations matlab command program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:11580
    • 提供者:代码
  1. successive over relaxationmethod

    0下载:
  2. 逐次超松弛法,简称SOR方法,解线性方程组的常用迭代法之一,它由高斯一赛德尔迭代法经线性加速处理而得到。(Successive super-relaxation method, referred to as SOR method, one of the commonly used iterative methods for solving linear equations. It is obtained by linearly accelerating the Gaussian-Saier it
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:11264
    • 提供者:feiyanglzl
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com